added some development tools
[windows-sources.git] / developer / Samples / NET 4.6 / WF_WCF_Samples / WCF / Tools / CustomChannelsTester / CS / TestSpec.xml
blob7905f9cb682e07d261f916333233b306b497e08d
1 <?xml version="1.0" encoding="UTF-8"?>
2 <TestSpec xmlns="http://WCF/TestSpec" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
3         <ServiceContract>
4                 <!--3 options to select the Service Contracts for running the test
5     True
6     False
7     ExpandAll = Will Expand over both (true and false)
8     -->
9     <!--Specifies the OperationContract (IsOneWay) for the service-->
10     <IsOneWay>true</IsOneWay>
11     
12     <!--Specifies the OperationContract (AsyncPattern) for the service-->
13     <IsAsync>false</IsAsync>
14     
15     <!--Specifies the Behavior (SessionMode) for the service-->
16     <IsSession>false</IsSession>
17     
18     <!--Select true to test a CallBack Behavior for the service-->
19     <IsCallBack>false</IsCallBack>
20     
21         </ServiceContract>
22         <TestDetails>
23                 <!--Name of the machine name on which the services will be located-->
24     <ServerMachineName>localhost</ServerMachineName>
25     
26     <!--Port on which the services will be listening-->
27     <ServerPortNumber>8000</ServerPortNumber>
28     
29                 <!--URI for the callBack address for the CLient. The client will receive the messages from the server
30     on this address in case of a CallBack Contract-->
31     <ClientCallBackAddress/>    
32     
33                 <!--Timeout for the server in Seconds. After starting the server will wait for this much time before 
34     shutting down. This is to ensure the client processing is done before the server shuts down-->
35     <ServerTimeout>120</ServerTimeout>
36     
37     <!--Timeout for the client in Seconds. The Client will wait for this much time before 
38     starting to connect to the server. This is to ensure the server is setup before the client connects to it-->
39     <ClientTimeout>30</ClientTimeout>
40     
41                 <!--Number of clients connecting to the server-->
42     <NumberOfClients>1</NumberOfClients>
43     
44     <!--Number of messages each client will send to the server-->
45     <MessagesPerClient>5</MessagesPerClient>
46     
47         </TestDetails>
48 </TestSpec>